home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / RTFExplorer / AppDelegate.h < prev    next >
Text File  |  1995-06-12  |  157b  |  15 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface AppDelegate:Object
  5. {
  6.     id    asciiText;
  7.     id    rtfText;
  8.     id  exScroll;
  9. }
  10.  
  11. - putRtf:sender;
  12. - putAscii:sender;
  13.  
  14. @end
  15.